[INFO] fetching crate bevy_serial 0.10.0...
[INFO] testing bevy_serial-0.10.0 against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2
[INFO] extracting crate bevy_serial 0.10.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate bevy_serial 0.10.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate bevy_serial 0.10.0
[INFO] tweaked toml for crates.io crate bevy_serial 0.10.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bevy_serial 0.10.0 on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bevy_serial 0.10.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5
[INFO] running `Command { std: "docker" "start" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling winnow v0.7.13
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling typeid v1.0.3
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.101
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling disqualified v1.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling downcast-rs v2.0.1
[INFO] [stderr]    Compiling bevy_ptr v0.17.2
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling pin-project-lite v0.2.16
[INFO] [stderr]    Compiling futures-lite v2.6.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling async-task v4.7.1
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling bumpalo v3.18.1
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling const-fnv1a-hash v1.1.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]    Compiling libudev-sys v0.1.4
[INFO] [stderr]    Compiling erased-serde v0.4.6
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling libudev v0.3.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling bevy_platform v0.17.2
[INFO] [stderr]    Compiling bevy_utils v0.17.2
[INFO] [stderr]    Compiling bevy_macro_utils v0.17.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling variadics_please v1.1.0
[INFO] [stderr]    Compiling bevy_reflect_derive v0.17.2
[INFO] [stderr]    Compiling assert_type_match v0.1.1
[INFO] [stderr]    Compiling bevy_ecs_macros v0.17.2
[INFO] [stderr]    Compiling bevy_derive v0.17.2
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling unescaper v0.1.6
[INFO] [stderr]    Compiling serialport v4.7.3
[INFO] [stderr]    Compiling glam v0.30.8
[INFO] [stderr]    Compiling mio-serial v5.0.6
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling bevy_tasks v0.17.2
[INFO] [stderr]    Compiling bevy_reflect v0.17.2
[INFO] [stderr]    Compiling bevy_ecs v0.17.2
[INFO] [stderr]    Compiling bevy_math v0.17.2
[INFO] [stderr]    Compiling bevy_app v0.17.2
[INFO] [stderr]    Compiling bevy_time v0.17.2
[INFO] [stderr]    Compiling bevy_input v0.17.2
[INFO] [stderr]    Compiling bevy_transform v0.17.2
[INFO] [stderr]    Compiling bevy_diagnostic v0.17.2
[INFO] [stderr]    Compiling bevy_internal v0.17.2
[INFO] [stderr]    Compiling bevy v0.17.2
[INFO] [stderr]    Compiling bevy_serial v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s
[INFO] running `Command { std: "docker" "inspect" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling bevy_serial v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.38s
[INFO] running `Command { std: "docker" "inspect" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5" "/opt/rustwide/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bevy_serial-b35f42d42dc1667e)
[INFO] [stderr]    Doc-tests bevy_serial
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test src/lib.rs - (line 70) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 16) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 70) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `App` in this scope
[INFO] [stdout]   --> src/lib.rs:71:1
[INFO] [stdout]    |
[INFO] [stdout] 71 | App::new()
[INFO] [stdout]    | ^^^ use of undeclared type `App`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy::prelude::App;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `MinimalPlugins` in this scope
[INFO] [stdout]   --> src/lib.rs:72:18
[INFO] [stdout]    |
[INFO] [stdout] 72 |     .add_plugins(MinimalPlugins)
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy::MinimalPlugins;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SerialPlugin` in this scope
[INFO] [stdout]   --> src/lib.rs:74:18
[INFO] [stdout]    |
[INFO] [stdout] 74 |     .add_plugins(SerialPlugin::new_with_config(vec![SerialConfig {
[INFO] [stdout]    |                  ^^^^^^^^^^^^ use of undeclared type `SerialPlugin`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy_serial::SerialPlugin;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0422]: cannot find struct, variant or union type `SerialConfig` in this scope
[INFO] [stdout]   --> src/lib.rs:74:53
[INFO] [stdout]    |
[INFO] [stdout] 74 |     .add_plugins(SerialPlugin::new_with_config(vec![SerialConfig {
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy_serial::SerialConfig;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SERIAL_LABEL` in this scope
[INFO] [stdout]   --> src/lib.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 |         label: Some(SERIAL_LABEL.to_string()),
[INFO] [stdout]    |                     ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `SERIAL_PORT` in this scope
[INFO] [stdout]   --> src/lib.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |         port_name: SERIAL_PORT.to_string(),
[INFO] [stdout]    |                    ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `DataBits` in this scope
[INFO] [stdout]   --> src/lib.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |         data_bits: DataBits::Eight,
[INFO] [stdout]    |                    ^^^^^^^^ use of undeclared type `DataBits`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy_serial::DataBits;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use mio_serial::DataBits;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use serialport::DataBits;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FlowControl` in this scope
[INFO] [stdout]   --> src/lib.rs:79:23
[INFO] [stdout]    |
[INFO] [stdout] 79 |         flow_control: FlowControl::None,
[INFO] [stdout]    |                       ^^^^^^^^^^^ use of undeclared type `FlowControl`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy_serial::FlowControl;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use mio_serial::FlowControl;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use serialport::FlowControl;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Parity` in this scope
[INFO] [stdout]   --> src/lib.rs:80:17
[INFO] [stdout]    |
[INFO] [stdout] 80 |         parity: Parity::None,
[INFO] [stdout]    |                 ^^^^^^ use of undeclared type `Parity`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy_serial::Parity;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use mio_serial::Parity;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use serialport::Parity;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `StopBits` in this scope
[INFO] [stdout]   --> src/lib.rs:81:20
[INFO] [stdout]    |
[INFO] [stdout] 81 |         stop_bits: StopBits::One,
[INFO] [stdout]    |                    ^^^^^^^^ use of undeclared type `StopBits`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these enums
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy_serial::StopBits;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use mio_serial::StopBits;
[INFO] [stdout]    |
[INFO] [stdout] 70 + use serialport::StopBits;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Duration` in this scope
[INFO] [stdout]   --> src/lib.rs:82:18
[INFO] [stdout]    |
[INFO] [stdout] 82 |         timeout: Duration::from_millis(0),
[INFO] [stdout]    |                  ^^^^^^^^ use of undeclared type `Duration`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use std::time::Duration;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:84:35
[INFO] [stdout]    |
[INFO] [stdout] 84 |         read_result_handler: Some(Arc::new(|label, result| {
[INFO] [stdout]    |                                   ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Arc` in this scope
[INFO] [stdout]   --> src/lib.rs:87:36
[INFO] [stdout]    |
[INFO] [stdout] 87 |         write_result_handler: Some(Arc::new(|label, result| {
[INFO] [stdout]    |                                    ^^^ use of undeclared type `Arc`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use std::sync::Arc;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Update` in this scope
[INFO] [stdout]   --> src/lib.rs:92:18
[INFO] [stdout]    |
[INFO] [stdout] 92 |     .add_systems(Update, read_serial)
[INFO] [stdout]    |                  ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy::prelude::Update;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `read_serial` in this scope
[INFO] [stdout]   --> src/lib.rs:92:26
[INFO] [stdout]    |
[INFO] [stdout] 92 |     .add_systems(Update, read_serial)
[INFO] [stdout]    |                          ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `Update` in this scope
[INFO] [stdout]   --> src/lib.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 93 |     .add_systems(Update, write_serial)
[INFO] [stdout]    |                  ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this unit struct
[INFO] [stdout]    |
[INFO] [stdout] 70 + use bevy::prelude::Update;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `write_serial` in this scope
[INFO] [stdout]   --> src/lib.rs:93:26
[INFO] [stdout]    |
[INFO] [stdout] 93 |     .add_systems(Update, write_serial)
[INFO] [stdout]    |                          ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 17 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0422, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0422`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 16) stdout ----
[INFO] [stdout] Test executable failed (exit status: 101).
[INFO] [stdout] 
[INFO] [stdout] stderr:
[INFO] [stdout] 
[INFO] [stdout] thread 'main' (1580) panicked at src/lib.rs:303:17:
[INFO] [stdout] Failed to open serial port /dev/ttyUSB0: Error { kind: Io(NotFound), description: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62981d0bc6d8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62981d0bc6d8 - std[d054f6f42beb1baa]::backtrace_rs::backtrace::trace_unsynchronized::<std[d054f6f42beb1baa]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62981d0bc6d8 - std[d054f6f42beb1baa]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62981d0bc6d8 - <<std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[5a1c3e9896636f3a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62981d0d0f1a - <core[5a1c3e9896636f3a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62981d0d0f1a - core[5a1c3e9896636f3a]::fmt::write
[INFO] [stdout]    6:     0x62981d0c0992 - std[d054f6f42beb1baa]::io::default_write_fmt::<std[d054f6f42beb1baa]::sys::stdio::unix::Stderr>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x62981d0c0992 - <std[d054f6f42beb1baa]::sys::stdio::unix::Stderr as std[d054f6f42beb1baa]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x62981d0a7486 - <std[d054f6f42beb1baa]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62981d0a7486 - std[d054f6f42beb1baa]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62981d0b7f61 - std[d054f6f42beb1baa]::panicking::default_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:319:9
[INFO] [stdout]   11:     0x62981d0b811b - std[d054f6f42beb1baa]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:825:13
[INFO] [stdout]   12:     0x62981d0a7542 - std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:698:13
[INFO] [stdout]   13:     0x62981d09f139 - std[d054f6f42beb1baa]::sys::backtrace::__rust_end_short_backtrace::<std[d054f6f42beb1baa]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   14:     0x62981d0a7ead - __rustc[7ab284efd7f33ea8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:689:5
[INFO] [stdout]   15:     0x62981d0d166c - core[5a1c3e9896636f3a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panicking.rs:80:14
[INFO] [stdout]   16:     0x62981ce1a995 - <bevy_serial[dbacfaf7d4d0fd9a]::SerialPlugin as bevy_app[f3f0b249f245986]::plugin::Plugin>::build::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:303:17
[INFO] [stdout]   17:     0x62981ce11117 - <core[5a1c3e9896636f3a]::result::Result<mio_serial[5c97db6fe0bf5bd6]::SerialStream, serialport[29b47586e737f157]::Error>>::unwrap_or_else::<<bevy_serial[dbacfaf7d4d0fd9a]::SerialPlugin as bevy_app[f3f0b249f245986]::plugin::Plugin>::build::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/result.rs:1622:23
[INFO] [stdout]   18:     0x62981ce1e84e - <bevy_serial[dbacfaf7d4d0fd9a]::SerialPlugin as bevy_app[f3f0b249f245986]::plugin::Plugin>::build
[INFO] [stdout]                                at /opt/rustwide/workdir/src/lib.rs:302:64
[INFO] [stdout]   19:     0x62981ce825f6 - <bevy_app[f3f0b249f245986]::app::App>::add_boxed_plugin::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_app-0.17.2/src/app.rs:520:44
[INFO] [stdout]   20:     0x62981ce95a29 - <<bevy_app[f3f0b249f245986]::app::App>::add_boxed_plugin::{closure#0} as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   21:     0x62981ce95568 - <core[5a1c3e9896636f3a]::panic::unwind_safe::AssertUnwindSafe<<bevy_app[f3f0b249f245986]::app::App>::add_boxed_plugin::{closure#0}> as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   22:     0x62981ce831a2 - <bevy_app[f3f0b249f245986]::app::App>::add_boxed_plugin
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_app-0.17.2/src/app.rs:526:9
[INFO] [stdout]   23:     0x62981cdfd7c8 - <bevy_serial[dbacfaf7d4d0fd9a]::SerialPlugin as bevy_app[f3f0b249f245986]::plugin::sealed::Plugins<bevy_app[f3f0b249f245986]::plugin::sealed::PluginMarker>>::add_to_app
[INFO] [stdout]   24:     0x62981cdf904b - <bevy_app[f3f0b249f245986]::app::App>::add_plugins::<bevy_app[f3f0b249f245986]::plugin::sealed::PluginMarker, bevy_serial[dbacfaf7d4d0fd9a]::SerialPlugin>
[INFO] [stdout]   25:     0x62981cdfb9f8 - rust_out[b843b8eaa9a15723]::main
[INFO] [stdout]   26:     0x62981ce012e3 - <fn() as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   27:     0x62981cdfaab6 - std[d054f6f42beb1baa]::sys::backtrace::__rust_begin_short_backtrace::<fn(), ()>
[INFO] [stdout]   28:     0x62981cdfb059 - std[d054f6f42beb1baa]::rt::lang_start::<()>::{closure#0}
[INFO] [stdout]   29:     0x62981d0b7707 - <&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync as core[5a1c3e9896636f3a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   30:     0x62981d0b7707 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   31:     0x62981d0b7707 - std[d054f6f42beb1baa]::panicking::catch_unwind::<i32, &dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   32:     0x62981d0b7707 - std[d054f6f42beb1baa]::panic::catch_unwind::<&dyn core[5a1c3e9896636f3a]::ops::function::Fn<(), Output = i32> + core[5a1c3e9896636f3a]::panic::unwind_safe::RefUnwindSafe + core[5a1c3e9896636f3a]::marker::Sync, i32>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   33:     0x62981d0b7707 - std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/rt.rs:175:24
[INFO] [stdout]   34:     0x62981d0b7707 - std[d054f6f42beb1baa]::panicking::catch_unwind::do_call::<std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:581:40
[INFO] [stdout]   35:     0x62981d0b7707 - std[d054f6f42beb1baa]::panicking::catch_unwind::<isize, std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panicking.rs:544:19
[INFO] [stdout]   36:     0x62981d0b7707 - std[d054f6f42beb1baa]::panic::catch_unwind::<std[d054f6f42beb1baa]::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/panic.rs:359:14
[INFO] [stdout]   37:     0x62981d0b7707 - std[d054f6f42beb1baa]::rt::lang_start_internal
[INFO] [stdout]                                at /rustc/28f95933dc0727396c07b48d0a8cb5211b7fb472/library/std/src/rt.rs:171:5
[INFO] [stdout]   38:     0x62981cdfaaa1 - std[d054f6f42beb1baa]::rt::lang_start::<()>
[INFO] [stdout]   39:     0x62981ce01c45 - main
[INFO] [stdout]   40:     0x791e225371ca - <unknown>
[INFO] [stdout]   41:     0x791e2253728b - __libc_start_main
[INFO] [stdout]   42:     0x62981cdf84b5 - _start
[INFO] [stdout]   43:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 16)
[INFO] [stdout]     src/lib.rs - (line 70)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.26s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.60s; merged doctests compilation took 0.34s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5", kill_on_drop: false }`
[INFO] [stdout] b1e9ecf110a7f30c21370230097f3ec0fa38f5b3eafe5866951fe6031f6dc1a5
